home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Documentation / Apple Event Registry / AE Suites Under Development / Word Services SDK 1.0 / WSI Library Source / AppEvents.h < prev    next >
Encoding:
Text File  |  1992-11-25  |  558 b   |  19 lines  |  [TEXT/KAHL]

  1. OSErr InitReqHandlers( void );
  2.  
  3. OSErr GetTargetAddress( StringPtr myPrompt,
  4.                         StringPtr myAppStr,
  5.                         PortInfoRec *myPortInfoPtr,
  6.                         AEAddressDesc *targetAddressPtr,
  7.                         StringPtr serviceName,
  8.                         TargetID *toTargetIDPtr );
  9.  
  10. pascal Boolean MyPPCBrowseProc( LocationNamePtr theLoc, PortInfoPtr thePortInfo );
  11.  
  12. Boolean PStrCmp( StringPtr foo, StringPtr bar );
  13.  
  14. OSErr GetEventType( AppleEvent *theAppleEventPtr,
  15.                     AEEventClass *theClassPtr,
  16.                     AEEventID *theIDPtr );
  17.  
  18. OSErr GetEventID( AppleEvent *theAppleEventPtr,
  19.                     AEEventID *theIDPtr );